public static NList<NVisual> HitTestAllByPoint( NVisual visualRoot, NPoint pointInRoot, INFilter<NVisual> filter, NRegion clipInRoot )
Parameters
- visualRoot
- visual root to hit test
- pointInRoot
- point in visualRoot coordinates
- filter
- filter for the visuals that need to be hit tested.
- clipInRoot
- the initial clip region (in root coordinates). Can be null.
Return Value
the top most hit